[Feature](Compaction)Improve Compaction Profiling and Logging#50950
Merged
dataroaring merged 2 commits intoapache:masterfrom May 18, 2025
Merged
[Feature](Compaction)Improve Compaction Profiling and Logging#50950dataroaring merged 2 commits intoapache:masterfrom
dataroaring merged 2 commits intoapache:masterfrom
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Collaborator
Author
|
run buildall |
Collaborator
Author
|
run buildall |
luwei16
approved these changes
May 16, 2025
Contributor
|
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 33849 ms |
TPC-DS: Total hot run time: 185882 ms |
ClickBench: Total hot run time: 28.58 s |
Contributor
|
PR approved by at least one committer and no changes requested. |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Collaborator
Author
|
run external |
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
github-actions bot
pushed a commit
that referenced
this pull request
May 20, 2025
### What problem does this PR solve? Issue Number: close #xxx Related PR: #42227 Problem Summary: Issue Number: close #41753 Add detailed parameters to compaction status: add last cumulative failure time last base failure time last full failure time last cumulative success time last base success time last full success time last cumulative schedule time last base schedule time last full schedule time last cumulative status last base status last full status in cloud_tablet.cpp and add last cumulative schedule time last full schedule time last cumulative status last full status in tablet.cpp Co-authored-by: yoruet <1559650411@qq.com>
Yukang-Lian
added a commit
to Yukang-Lian/doris
that referenced
this pull request
May 21, 2025
…#50950) ### What problem does this PR solve? Issue Number: close #xxx Related PR: apache#42227 Problem Summary: Issue Number: close apache#41753 Add detailed parameters to compaction status: add last cumulative failure time last base failure time last full failure time last cumulative success time last base success time last full success time last cumulative schedule time last base schedule time last full schedule time last cumulative status last base status last full status in cloud_tablet.cpp and add last cumulative schedule time last full schedule time last cumulative status last full status in tablet.cpp Co-authored-by: yoruet <1559650411@qq.com>
16 tasks
koarz
pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…#50950) ### What problem does this PR solve? Issue Number: close #xxx Related PR: apache#42227 Problem Summary: Issue Number: close apache#41753 Add detailed parameters to compaction status: add last cumulative failure time last base failure time last full failure time last cumulative success time last base success time last full success time last cumulative schedule time last base schedule time last full schedule time last cumulative status last base status last full status in cloud_tablet.cpp and add last cumulative schedule time last full schedule time last cumulative status last full status in tablet.cpp Co-authored-by: yoruet <1559650411@qq.com>
16 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Issue Number: close #xxx
Related PR: #42227
Problem Summary:
Issue Number: close #41753
Add detailed parameters to compaction status:
add
last cumulative failure time
last base failure time
last full failure time
last cumulative success time
last base success time
last full success time
last cumulative schedule time
last base schedule time
last full schedule time
last cumulative status
last base status
last full status
in cloud_tablet.cpp
and add
last cumulative schedule time
last full schedule time
last cumulative status
last full status
in tablet.cpp
Co-authored-by: yoruet 1559650411@qq.com
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)